/* 清空默认编剧 */

html {
	color: #000;
	background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	font-weight: 500;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
	background-color: rgb(248, 248, 248);
}


/* 第一层头部图片 */

.header {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.header img {
	width: 100%;
	height: auto;
}


/* 导航条部分 */

.nav1 {
	width: 100%;
	height: 30px;
	background-color: rgb(64, 65, 69);
}

.nav_Cnt {
	width: 805px;
	height: 30px;
	/*background-color: salmon;*/
	margin: 0 auto;
}

.nav_Cnt ul {
	width: 805px;
	height: 30px;
	/*background-color: seagreen;*/
	margin: 0 auto;
}

.nav_Cnt ul li {
	float: left;
	height: 30px;
	width: 115px;
	/*background-color: skyblue;*/
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	list-style: none;
}

.nav_Cnt ul li:hover {
	background-color: #FF1000;
}

.nav_Cnt ul li:hover a {
	font-weight: bold;
}

.nav_Cnt ul li a {
	font-size: 14px;
	color: #FFF;
}


/* 网站路径导航 */

.path_web {
	width: 1190px !important;
	height: 44px;
	background-color: rgb(248, 248, 248);
	margin: 0 auto;
}

.path_web p {
	display: inline-block;
	line-height: 44px;
	padding-left: 10px;
}

.path_web p a {
	color: rgb(102, 102, 102);
}

.path_web p a:hover {
	color: #FF1000;
}


/* 内容信息 */

.main {
	width: 1190px;
	height: 455px;
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}

.main_Lft {
	width: 1060px;
	height: 620px;
	float: left;
	background-color: #FFF;
}

.main_Lft_title {
	width: 100%;
	height: 51px;
}

.main_Lft_title h2 {
	font-weight: 500;
	line-height: 51px;
	padding-left: 18px;
}


/* 商品部分  */

.main_Lft_cont {
	width: 380px;
	height: 380px;
	padding-left: 20px;
	float: left;
}

.main_Lft_cont_top_img {
	width: 380px;
	height: 380px;
	/*background-color: bisque;*/
	position: relative;
}
.bottom img{
	width: 380px;
	height: 380px;
}

.swiper-slide>img
{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.main_Lft_cont_bottom_img {
	width: 380px;
	height: 70px;
	margin-top: 12px;
}


.main_Lft_cont_bottom_img_ul {
	width: 380px;
	height: 70px;
}

.main_Lft_cont_bottom_img_ul>li {
	width: 62px;
	height: 62px;
	float: left;
	box-sizing: border-box;
	margin-left: 12px;
	margin-top: 3.5px;
	list-style: none;
}

.main_Lft_cont_bottom_img_ul>li:hover img {
	border: 1px solid #FF0000;
	box-sizing: border-box;
}

.main_Lft_cont_bottom_img_ul>li>img {
	width: 100%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	cursor: pointer;
}

.main_Lft_cont_bottom_three {
	width: 380px;
	height: 50px;
	margin-top: 65px;
	padding-left: 0px;
}

#aaa
{
	border: 0px solid transparent;
	box-sizing: border-box;
	background-color: transparent;
	width: 62px;
	height: 62px;
	outline:0 none !important;
}

.main_Lft_cont_bottom_three a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.main_Rigt_cont {
    width: 615px;
    height: 500px;
    background-color: #FFF;
    float: right;
    margin-right: 22px;
}

.main_Rigt_cont_title {
	width: 100%;
	background-color: rgba(255, 144, 144, 0.5);
	padding-left: 10px;
	color: #999;
}

.main_Rigt_cont_title_s {
	width: 100%;
	padding-left: 10px;
	color: #999;
	padding-top: 18px;
}

.main_Rigt_cont_title_s span
{
		font-size: 18px;
		color: #000;
}

.ssss {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

strong {
	font-weight: 100;
}

.a_mote {
	width: 154px;
	height: 40px;
	/*background-color: red;*/
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #FF1000;
	box-sizing: border-box;
	margin-top: 17px;
	margin-left: 10px;
}

.mote1 {
	color: #FF1000 !important;
}

.mote1:hover{
	color: #FFF !important;
	background-color: #FF1000;
}



.mote2 {
	background-color: #FFF;
	border: 1px solid #FF1000;
	box-sizing: border-box;
	color: #FF1000 !important;
}

.mote2:hover{
	background-color: #FF1000;
	color: #FFF !important;
}

.mote3 {
	border: 1px solid #CCC;
	background-color: #FFF;
	box-sizing: border-box;
	color: #CCC !important;
}

.mote3:hover{
	background-color: #eaeaea;
	color: #FFF !important;
}

.kaka {
	border-top: 1px solid #FF1000;
	box-sizing: border-box;
	line-height: 60px;
	height: 69px;
}

.kaka span
{
	font-size: 18px;
	color: #FFF;
}
.mian_to {
	font-size: 26px;
	display: inline-block;
	padding-left: 40px;
	color: #FF1000;
}

.mian_to_s {
	display: inline-block;
	padding-left: 30px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

em {
	font-style: normal;
}


/* 内容右侧 */

.main_Rigt {
	width: 130px;
	height: 620px;
	float: right;
	background-color: #efefef;
}

.main_Rigt p {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}

.main_Rigt_nav {
	width: 100px;
	height: auto;
	/*background-color: mediumvioletred;*/
	margin: 0 auto;
	overflow: hidden;
}

.main_Rigt_nav_img {
	width: 100px;
	height: 100px;
	/*background-color: skyblue;*/
}

.main_Rigt_nav_img>a>img {
	width: 100%;
	height: 100%;
}

.main_Rigt_nav_many {
	width: 100px;
	height: 30px;
	/*background-color: #CCC;*/
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #FF0000;
}

.main_Rigt_nav_many b {
	font-weight: 500;
}

.main_Rigt_nav li {
	display: inline-block;
	width: 105px;
	height: 120px;
	margin-bottom: 17px;
	/*background-color: seagreen;*/
}


/* 下方 */

.information {
	width: 1190px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

.information_Left {
	width: 240px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	float: left;
}

.information_Left_one {
	width: 240px;
	height: 332px;
	background-color: #FFF;
	border: 1px solid #FF0000;
	box-sizing: border-box;
}

.information_Left_one_one {
	width: 240px;
	height: 48px;
}

.information_Left_one_one>h2 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 48px;
}

.information_Left_one_one>h2>b {
	color: #FF0000;
}

.information_Left_one_two {
	width: 240px;
	height: 48px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
}

.information_Left_one_three {
	width: 240px;
	height: 170px;
}

.information_Left_one_three ul {
	width: 240px;
	height: 170px;
}

.information_Left_one_three ul li {
	list-style: none;
	font-size: 12px;
	color: rgb(102, 102, 102);
	font-weight: 500;
	padding-bottom: 10px;
	padding-left: 20px;
}

.information_Left_one_three ul li p {
	display: inline-block;
	font-size: 12px;
	color: #000000;
}

.information_Left_one_three ul li:nth-child(1) {
	padding-top: 15px;
}

.information_Left_one_four {
	width: 205px;
	height: 62px;
	margin: 0 auto;
}

.information_Left_one_four a {
	display: inline-block;
	width: 94px;
	height: 32px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	font-weight: 500;
	color: #333333;
	transition: 0.5s;
	margin-top: 5px;
}

.information_Left_two {
	margin-top: 10px;
	width: 240px;
	height: auto;
	overflow: hidden;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.information_Left_two_one {
	width: 240px;
	height: 49px;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
	text-align: left;
	padding-left: 20px;
	line-height: 49px;
}

.information_Left_two_two {
	width: 240px;
	height: auto;
	overflow: hidden;
}

.information_Left_two_two ul {
	width: 240px;
	height: auto;
}

.information_Left_two_two ul li {
	display: inline-block;
	width: 240px;
	height: 41px;
	box-sizing: border-box;
	border-bottom: 1px dashed #CCC;
}

.information_Left_two_two ul li:last-child {
	border-bottom: 1px dashed transparent;
}

.information_Left_two_two ul li a {
	font-size: 15px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	padding-left: 20px;
	line-height: 41px;
	text-align: center;
}

.information_Left_two_two ul li a:hover {
	color: #FF0000;
}

.information_Left_one_four a:hover {
	border: 1px solid #FF1000;
	box-sizing: border-box;
	color: #FF0000;
}

.information_Left_two_three ul {
	width: 240px;
	height: auto;
	overflow: hidden;
}

.information_Left_two_three ul li {
	display: inline-block;
	width: 240px;
	height: 100px;
	border-bottom: 1px dashed #CCC;
	box-sizing: border-box;
}

.information_Left_two_three ul li:last-child {
	border-bottom: 1px solid transparent;
}

.information_Left_two_three_li {
	width: 210px;
	height: 75px;
	margin: 0 auto;
	margin-top: 12px;
}

.information_Left_two_three_li_left {
	height: 75px;
	width: 75px;
	float: left;
}

.information_Left_two_three_li_left img {
	width: 100%;
}

.information_Left_two_three_li_right {
	width: 125px;
	height: 75px;
	float: right;
}

.information_Left_two_three_li_right_title {
	width: 125px;
	height: 35px;
	overflow: hidden;
}

.information_Left_two_three_li_right_title a {
	color: #333;
}

.information_Left_two_three_li_right_title p {
	font-size: 12px;
	font-weight: 500;
	text-align: justify;
	padding-left: 5px;
	padding-right: 15px;
	color: #333;
}

.information_Left_two_three_li_right_many {
	width: 125px;
	height: 30px;
	color: #FF0000;
	padding-left: 5px;
	line-height: 30px;
}

.information_Left_two_three_li_right_many p {
	display: inline-block;
	font-size: 14px;
	font-weight: 50;
	color: #FF0000;
}

.information_Rigt {
	width: 935px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	float: right;
	border: 1px solid #CCC;
}

.information_Rigt_title {
	width: 935px;
	height: 48px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
	line-height: 48px;
}

.information_Rigt_title h1 {
	font-weight: 500;
	font-size: 18px;
	color: #FF0000;
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	border-bottom: 3px solid #FF0000;
	box-sizing: border-box;
}

.information_Rigt_information {
	width: 935px;
	height: 156px;
	background-color: salmon;
	margin-top: 15px;
}

.information_Rigt_information ul {
	width: 935px;
	height: 156px;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
}

.information_Rigt_information ul li {
	width: 265px;
	height: 30px;
	float: left;
	margin-left: 33px;
	list-style: none;
	line-height: 30px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
}

.right {
	width: 180px;
	height: 30px;
	float: right;
}

.information_Rigt_Note {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.information_Rigt_Note_son
{
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	font-size: 16px;
	padding: 5px 25px;
	text-align: justify;
}


.other {
	width: 935px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	margin-top: 20px;
	border-top: 1px solid #CCC;
	box-sizing: border-box;
}

.other_to {
	width: 935px;
	height: 49px;
	background-color: #FFF;
	font-weight: 500;
	padding-left: 20px;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
}

.other_to h1 {
	display: inline-block;
	width: 150px;
	height: 25px;
	font-size: 18px;
	font-weight: 500;
	padding-left: 15px;
	margin-top: 12px;
	border-left: 5px solid #FF0000;
	box-sizing: border-box;
	line-height: 25px;
}

.other_content {
	width: 935px;
	height: auto;
	overflow: hidden;
}

.other_content ul {
	width: 935px;
	height: 300px;
}

.other_content ul li {
	display: inline-block;
	width: 200px;
	height: 250px;
	margin-left: 26px;
	margin-top: 24px;
	float: left;
}

.other_content_top {
	width: 200px;
	height: 200px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.other_content_top_son {
	width: 170px;
	height: 170px;
	background-color: red;
	margin: 0 auto;
	margin-top: 13px;
}

.other_content_top_son img {
	width: 100%;
}

.other_content_bottom {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.other_content_bottom a {
	color: #333333;
}

.other_content_bottom>p:nth-child(1) {
	font-size: 12px;
	font-weight: 500;
	padding-top: 5px;
}

.other_content_bottom>p:nth-child(2) {
	font-size: 16px;
	font-weight: 500;
	color: #FF0000;
	padding-top: 3px;
}

.btnssss {
	border: 0px solid transparent;
	background-color: transparent;
	display: inline-block;
width: 62px;
	height: 62px;
	outline:0 none !important;
}

.btns  img
{
	width: 100%;
}


 .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background: #007aff;
    }
    

/* 第一层 */

.login
{
    width: :;;
    /*min-width: 1200px;*/
    height: 40px;
    background: #f4f4f4;
    margin: 0 auto;
}

.login-son
{
    width: 1300px;
    /*min-width: 1200px;*/
    height: 40px;
    background: #f4f4f4;
    margin: 0 auto;
}

.login_Left
{
    float: left;
    width: 500px;
    height: 40px;
    margin-left: 20px;
}

.login_Left ul
{
    width: 500px;
    height: 40px;
}

.login_Left ul li
{
    width: auto;
    min-width: 20px;
    height: 40px;
    margin-right:10px;
    float: left;
    list-style: none;
    text-align: center;
}
.login_Left ul li b
{
    color: #000;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
}

.login_Left ul li a
{
    line-height: 40px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.login_Right {
    float: right;
    width: 200px;
    height: 40px;
    margin-right: 50px;
}

.login_Right ul{
    width: 200px;
    height: 40px;
}

.login_Right ul li{
    float: left;
    width: 100px;
    text-align: center;
    line-height: 40px;
    list-style: none;
    position: relative;
}

.login_Right ul li a
{
    text-decoration: none;
    color: #8a888c;
}

.arrow_down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8a888c;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 18px;
}


/* 底部版权信息 */


.footer{
    width: 100%;
    height: 355px;
    background-color: #45526b;
    margin-top: 20px;
    font-weight: 500 !important;
}

.footer_top
{
    height: 215px;
    width: 1400px;
    margin: 0 auto;
}

.footer_top_left
{
    width: 670px;
    height: 170px;
    float: left;
    margin-top: 40px;
}

.footer_top_left ul
{
    width: 604px;
    height: 170px;
}

.footer_top_left ul li{
    width: 105px;
    height: 170px;
    float: left;
    list-style: none;
    margin-left: 46px;
}

.footer_top_left ul li h3
{
    font-size: 16px;
    color: #FFF;
}

.footer_top_left ul li p a{
    text-decoration: none;
    color: #c3c6cc;
    font-size: 12px;
    font-weight:100 !important;
}


.footer_top_left ul li p a:hover{
    color: #1b94e0;
}

.footer_top_left ul li p{
    padding-top: 5px;
    font-weight:100 !important;
}


.footer_top_cent
{
    width: 420px;
    height: 170px;
    float: left;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px solid #8f97a6;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.footer_top_cent p {
    font-size: 14px;
    color: #c3c6cc;
}

.footer_top_cent h3{
    font-size: 30px;
    color: #e2e3e6;
    font-weight: bold;
    margin-bottom: 44px;

    margin-top: 20px;
}


.footer_top_right

{
    width: 194px;
    height: 149px;
    float: right;
    margin-top: 40px;
    margin-right: 50px;
    text-align: center;
}

.footer_top_right h5
{
    color: #ccc;
    font-size: 14px;
}

.footer_top_right p
{
    color: #CCCCCC;
    font-size: 12px;
}

.footer_bottom
{
    width: 100%;
    height: 130px;
    background-color: #3c465d;
    text-align: center;
}

.footer_bottom p
{
    color: #c3c3c3;
    font-size: 12px;
}

.footer_bottom p a
{
    font-size: 12px;
    color: #c3c3c3;
    text-decoration: none;
}

.footer_bottom p a:hover
{
    color: #1b94e0;
}

.goto{
    position: relative;
}

.goto span{
    position: absolute;
    top: -2px;
}

.goto a{
    margin-right: 5px;
    margin-left: 30px;
}

.footer_bottom p{
    margin-top: 12px;
}

.footer_bottom p:first-child{
    padding-top: 25px;
}